runtime.adjustinfo.delta (field)
7 uses
runtime (current package)
stack.go#L558: delta uintptr // ptr distance from old to new stack (newbase - oldbase)
stack.go#L574: *pp = p + adjinfo.delta
stack.go#L602: delta := adjinfo.delta
stack.go#L836: newBot := oldBot + adjinfo.delta
stack.go#L882: adjinfo.delta = new.hi - old.hi
stack.go#L920: adjinfo.sghi += adjinfo.delta
stack.go#L927: gp.stktopsp += adjinfo.delta
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)